home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Champak 106
/
Vol 106.iso
/
games
/
scorched.swf
/
scripts
/
DefineButton2_233
/
BUTTONCONDACTION on(press).as
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
2010-04-12
|
157 b
|
9 lines
on(press){
_root.player2head--;
if(_root.player2head < 1)
{
_root.player2head = 1;
}
_root.player2h.gotoAndStop(player2head);
}